projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5db3b9
)
* configure.in: Test for the availablility of the
author
Jim Blandy
<jimb@redhat.com>
Sat, 31 Jul 1993 01:34:30 +0000
(
01:34
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 31 Jul 1993 01:34:30 +0000
(
01:34
+0000)
XScreenResourceString function.
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 501ffd100fd9a46fc7e3364855efaddf42543b67..2d6d8d6686e19ec54345ab1722b7dd36de954e9a 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1169,7
+1169,7
@@
AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
if test "${HAVE_X11}" = "yes"; then
DEFS="$C_SWITCH_X_SITE $DEFS"
LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS"
- AC_HAVE_FUNCS(XrmSetDatabase random bcopy)
+ AC_HAVE_FUNCS(XrmSetDatabase
XScreenResourceString
random bcopy)
fi
AC_ALLOCA